| Summary Item | Total | Failed |
|---|---|---|
| Requests | 211 | 0 |
| Prerequest Scripts | 166 | 0 |
| Test Scripts | 211 | 0 |
| Assertions | 635 | 20 |
| Skipped Tests | 0 | - |
expected { Object (fileId, status, ...) } to have property 'password'
expect.fail()
expected '{"timestamp":"2020-11-02 02:38:22","error":"Account type is not OD/CC"}' to include 'Invalid bank account id'
expected '{"timestamp":"2020-11-02 02:38:22","error":"Account type is not OD/CC"}' to include 'Invalid account reference number'
expected '{"timestamp":"2020-11-02 02:38:22","error":"Account type is not OD/CC"}' to include 'More than one account id/account reference number found in request parameter'
expected '{"timestamp":"2020-11-02 02:38:22","error":"Account type is not OD/CC"}' to include 'Anyone is mandatory, Account id or Account reference number'
expected { Object (fileId, status, ...) } to have property 'password'
expect.fail()
expected '{"timestamp":"2020-11-02 02:39:21","error":"Account type is not OD/CC"}' to include 'Invalid bank account id'
expected '{"timestamp":"2020-11-02 02:39:21","error":"Account type is not OD/CC"}' to include 'Invalid account reference number'
expected '{"timestamp":"2020-11-02 02:39:21","error":"Account type is not OD/CC"}' to include 'More than one account id/account reference number found in request parameter'
expected '{"timestamp":"2020-11-02 02:39:21","error":"Account type is not OD/CC"}' to include 'Anyone is mandatory, Account id or Account reference number'
expected { Object (fileId, status, ...) } to have property 'password'
expect.fail()
expected '{"timestamp":"2020-11-02 02:39:27","error":"Account not processed"}' to include 'Invalid bank account id'
expected '{"timestamp":"2020-11-02 02:39:27","error":"Account not processed"}' to include 'Invalid account reference number'
expected '{"timestamp":"2020-11-02 02:39:27","error":"Account not processed"}' to include 'More than one account id/account reference number found in request parameter'
expected '{"timestamp":"2020-11-02 02:39:27","error":"Account not processed"}' to include 'Anyone is mandatory, Account id or Account reference number'
expected { Object (fileId, status, ...) } to have property 'password'
expect.fail()
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c7c4b8be-10a1-42e4-b186-b4d9b1d0332d |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 57 |
{
"username":"user@finezza.in",
"password":"password"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:22 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"username":"user@finezza.in","token":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Authentication Successful | 1 | 0 | 0 |
| Username : Property has to be present | 1 | 0 | 0 |
| Username : Has to be string | 1 | 0 | 0 |
| Token : Property has to be present | 1 | 0 | 0 |
| Total | 4 | 0 | 0 |
| Test Name | Assertion Error |
|---|
To create a new account, users will pass mandatory fields highlighted in the request body. It can also send in group Id to map it to a group. If a group Id is passed in an api request but is not present, then it will create a new group and map it to a new account.
Similarly accountReferenceNumber can be passed by clients to map the account details. If not passed it will create one and send it back in response.
It is synchronized api, on success the response will have a new account object in response.
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ac8523e1-ad8b-4080-949a-6344bea23e3b |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"bankId": "8",
"accountType": "1"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:23 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"accountId":"2922","accountName":"","accountNumber":"","accountType":"1","accountTypeName":"Savings Account","bankId":"8","bankName":"HDFC Bank","status":"NEW","callbackUrl":"a","accountReferenceNumber":"PARN2922"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 201, Successfully Created the Account | 1 | 0 | 0 |
| Bank Account Id is 2922 | 1 | 0 | 0 |
| Bank Account Id has to be string | 1 | 0 | 0 |
| Account name has to be string | 1 | 0 | 0 |
| Account number has to be a valid | 1 | 0 | 0 |
| Account Type has to be a number | 1 | 0 | 0 |
| AccountTypeName has to be a string | 1 | 0 | 0 |
| Bank Id has to be a number | 1 | 0 | 0 |
| Bank name has to be string | 1 | 0 | 0 |
| Account Status has to be string | 1 | 0 | 0 |
| CallBackURL has to be string | 1 | 0 | 0 |
| Account Reference Number has to be string | 1 | 0 | 0 |
| Total | 12 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ad8d0d82-0193-4741-bfe9-3b42eece27d6 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Type | multipart/form-data; boundary=--------------------------003001031009500253423196 |
| Content-Length | 85450 |
{"file":"/Users/gatim/Postman/files/HDFC/2a626f4f-fb27-4915-9e2b-9f4ecae959a0_08.pdf"}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:23 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"accountId":2922,"accountReferenceNumber":"PARN2922","success":[{"fileId":5089,"status":"INITIALISING","originalName":"2a626f4f-fb27-4915-9e2b-9f4ecae959a0_08.pdf","documentType":"BANK_STATEMENT","creatorName":"","producerName":""}],"failed":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully Created the Account | 1 | 0 | 0 |
| accountId : Property has to be present | 1 | 0 | 0 |
| accountReferenceNumber : Property has to be present | 1 | 0 | 0 |
| success : Property has to be present | 1 | 0 | 0 |
| failed : Property has to be present | 1 | 0 | 0 |
| originalName : Property has to be present success array of objects | 1 | 0 | 0 |
| documentType : Property has to be present success array of objects | 1 | 0 | 0 |
| fileId : Property has to be present success array of objects | 1 | 0 | 0 |
| password : Property has to be present for the password protected files | 0 | 1 | 0 |
| Total | 8 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| password : Property has to be present for the password protected files | |
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 19bc7329-9738-483e-bea1-6f300cda3350 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:26 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:26","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 84cbfca3-afe0-4fa6-99cc-8fe99ec4b74c |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:27 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:27","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b6efdf51-3ecc-47fa-9560-b3eba62f909f |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:29 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:29","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f81516d1-9c9f-4cb2-af66-a080a82a74ce |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:30 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:30","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a8f6951c-519b-491d-9136-ffff5e9642b8 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:31 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:31","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6f703edf-32af-433c-9ec0-f92b3a55fadd |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:32 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:32","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4e1c6e90-dd17-40c7-87d4-7140b259446d |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:33 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:33","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 63987582-e190-4b2d-9dca-aaddc5ca3cbb |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:34 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:34","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 548e0d13-258f-4e22-afd4-e62058a7278b |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:36 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:36","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2e4fb6e1-6526-4d1b-8c6f-68ec0cf0c535 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:37 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:37","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 75bd679d-0b06-4224-b4c0-3101fa2af15f |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:38 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:38","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bf97586b-2ad5-434b-ac75-03e5304beefe |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:39 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:39","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0c0575da-efa3-4833-bc19-7bc6678818ae |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:40 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:40","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f5aea2ba-9714-425f-af78-faa196ffd903 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:41 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:42","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4fc22584-1db1-43f7-b4bd-75401727bf53 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:43 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:43","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6243d279-7c3d-4721-90dc-732799a5ee4c |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:44 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:44","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 373b7d57-1945-42ac-89cf-38b02d6e4d3f |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:45 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:45","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e8250779-2d4f-4b61-a21f-44f6970db88e |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:46 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:46","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dfe104d9-22ca-44d5-839e-5c3c5fb0c9c1 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:47 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:47","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cde9eae2-5487-4478-91fd-a2106af2305b |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:49 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:49","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ecb6bb5f-37de-4286-800f-91d2832dcdb5 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:50 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:50","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 329627cd-a9a9-45cc-9d1f-7f83842b9ed5 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:51 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:51","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9a03e7af-4e3a-4a3c-985b-a223b6873aef |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:52 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:52","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c99942ab-ab15-4769-86b9-e3267d4b5fe2 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:53 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:53","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d50e23a3-af6d-491b-b994-fb920d3cb48b |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:54 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:55","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e234384e-c6c2-4ef2-bdd5-6a68edc339bb |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:56 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:56","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a2307ef0-886d-4d78-8a90-fbdc9c2cac4c |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:57 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:57","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 01fa4633-f855-4373-9186-13af17404583 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:58 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:58","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 42e7d403-ada9-409b-889b-9be129a43e13 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:07:59 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:37:59","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c8fa4701-074f-4610-b154-b0872b3300bc |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:00 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:00","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ce69b854-1fa3-4cc0-a594-f37abac8a59d |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:01 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:02","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ec782ad3-4f69-496e-84af-02feb32e0b6d |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:03 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:03","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a3ef3d84-5375-4527-9edd-38b8342547e3 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:04 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:04","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a99ebad3-ed4f-4aed-a928-d3cd677077cf |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:05 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:05","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 46396fc0-fe39-424a-baf9-ff2fa7709a5a |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:06 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:06","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7b33804a-1e3b-4547-9613-4e324440641b |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:07 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:07","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d3842016-d9e8-4541-a921-cba9209593f7 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:09 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:09","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0598c380-7c52-4368-a6aa-063df650cb1d |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:10 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:10","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fbde12c0-aba4-4c8d-af02-2f36fec3eecc |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:11 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:11","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e441ae24-13c9-4a4c-9556-82ba1dd4fe8c |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:12 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:12","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 39697d19-51b3-4b02-8bfe-a7452e74aa2e |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:13 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:13","error":"Account not processed"}
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 57774038-4bbd-490d-919a-d7c9de25265d |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"accountReferenceNumber":"PARN2922"
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:14 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"summary":[{"date":"Aug '18","total_inflow":10001839,"inflow_count":118,"total_outflow":9830556,"outflow_count":360,"total_delta":171283,"daily_average_balance":262779,"total_emi":334439,"emi_count":5,"total_cash_inflow":35000,"cash_inflow_count":1,"total_cash_outflow":0,"cash_outflow_count":0,"total_biz_inflow":10001839,"biz_inflow_count":118,"total_biz_outflow":9496118,"biz_outflow_count":355,"central_credit_day":14,"central_debit_day":14,"start_date":"2018-08-01","end_date":"2018-08-31","account_id":2922},{"date":"Total","total_inflow":10001839,"inflow_count":118,"total_outflow":9830556,"outflow_count":360,"total_delta":171283,"daily_average_balance":262779,"total_emi":334439,"emi_count":5,"total_cash_inflow":35000,"cash_inflow_count":1,"total_cash_outflow":0,"cash_outflow_count":0,"total_biz_inflow":10001839,"biz_inflow_count":118,"total_biz_outflow":9496118,"biz_outflow_count":355,"central_credit_day":14,"central_debit_day":14,"account_id":2922},{"date":"Average","total_inflow":10001839,"inflow_count":118,"total_outflow":9830556,"outflow_count":360,"total_delta":171283,"daily_average_balance":262779,"total_emi":334439,"emi_count":5,"total_cash_inflow":35000,"cash_inflow_count":1,"total_cash_outflow":0,"cash_outflow_count":0,"total_biz_inflow":10001839,"biz_inflow_count":118,"total_biz_outflow":9496118,"biz_outflow_count":355,"central_credit_day":14,"central_debit_day":14,"account_id":2922},{"date":"Total Past 12 Mths","total_inflow":10001839,"inflow_count":118,"total_outflow":9830556,"outflow_count":360,"total_delta":171283,"daily_average_balance":262779,"total_emi":334439,"emi_count":5,"total_cash_inflow":35000,"cash_inflow_count":1,"total_cash_outflow":0,"cash_outflow_count":0,"total_biz_inflow":10001839,"biz_inflow_count":118,"total_biz_outflow":9496118,"biz_outflow_count":355,"central_credit_day":14,"central_debit_day":14,"account_id":2922},{"date":"Avg Past 12 Mths","total_inflow":10001839,"inflow_count":118,"total_outflow":9830556,"outflow_count":360,"total_delta":171283,"daily_average_balance":262779,"total_emi":334439,"emi_count":5,"total_cash_inflow":35000,"cash_inflow_count":1,"total_cash_outflow":0,"cash_outflow_count":0,"total_biz_inflow":10001839,"biz_inflow_count":118,"total_biz_outflow":9496118,"biz_outflow_count":355,"central_credit_day":14,"central_debit_day":14,"account_id":2922}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully fetched summary | 1 | 0 | 0 |
| summary : Property has to be present | 1 | 0 | 0 |
| date : Property has to be present in Summary object | 1 | 0 | 0 |
| total_inflow : Property has to be present in Summary object | 1 | 0 | 0 |
| inflow_count : Property has to be present in Summary object | 1 | 0 | 0 |
| total_outflow : Property has to be present in Summary object | 1 | 0 | 0 |
| outflow_count : Property has to be present in Summary object | 1 | 0 | 0 |
| total_delta : Property has to be present in Summary object | 1 | 0 | 0 |
| daily_average_balance : Property has to be present in Summary object | 1 | 0 | 0 |
| total_emi : Property has to be present in Summary object | 1 | 0 | 0 |
| emi_count : Property has to be present in Summary object | 1 | 0 | 0 |
| total_cash_inflow : Property has to be present in Summary object | 1 | 0 | 0 |
| cash_inflow_count : Property has to be present in Summary object | 1 | 0 | 0 |
| total_cash_outflow : Property has to be present in Summary object | 1 | 0 | 0 |
| cash_outflow_count : Property has to be present in Summary object | 1 | 0 | 0 |
| total_biz_inflow : Property has to be present in Summary object | 1 | 0 | 0 |
| biz_inflow_count : Property has to be present in Summary object | 1 | 0 | 0 |
| total_biz_outflow : Property has to be present in Summary object | 1 | 0 | 0 |
| biz_outflow_count : Property has to be present in Summary object | 1 | 0 | 0 |
| central_credit_day : Property has to be present in Summary object | 1 | 0 | 0 |
| central_debit_day : Property has to be present in Summary object | 1 | 0 | 0 |
| start_date : Property has to be present in Summary object | 1 | 0 | 0 |
| end_date : Property has to be present in Summary object | 1 | 0 | 0 |
| account_id : Property has to be present in Summary object | 1 | 0 | 0 |
| Total | 24 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c2c5e241-ab13-4b21-a1c2-4dbc1f466e87 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:15 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"patterns":[{"amount":13378,"start_date":"2018-08-09","end_date":"2018-08-10","frequency":27,"counterparty":"","particular":"JULY SALARY","details":[{"id":1067535,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067592,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067591,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067590,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067588,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067584,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067582,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067581,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067580,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067576,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067574,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067573,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067593,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067571,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067566,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067563,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067562,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067561,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067560,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067556,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067555,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067553,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067551,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067550,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067549,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067569,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067595,"amount":13378,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1}],"account_id":2922},{"amount":12401,"start_date":"2018-08-07","end_date":"2018-08-07","frequency":9,"counterparty":"","particular":"SALARY JULY","details":[{"id":1067393,"amount":12401,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067394,"amount":12401,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067395,"amount":12401,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067396,"amount":12401,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067397,"amount":12401,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067399,"amount":12401,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067401,"amount":12401,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067402,"amount":12401,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067405,"amount":12401,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1}],"account_id":2922},{"amount":12855,"start_date":"2018-08-10","end_date":"2018-08-10","frequency":9,"counterparty":"","particular":"JULY SALARY","details":[{"id":1067557,"amount":12855,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067565,"amount":12855,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067579,"amount":12855,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067585,"amount":12855,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067586,"amount":12855,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067587,"amount":12855,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067594,"amount":12855,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067596,"amount":12855,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067597,"amount":12855,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1}],"account_id":2922},{"amount":2000,"start_date":"2018-08-02","end_date":"2018-08-02","frequency":5,"counterparty":"conveyance","particular":"CONVEYANCE","details":[{"id":1067307,"amount":2000,"particular":"CONVEYANCE","transaction_date":"2018-08-02","counterparty":"","months":1},{"id":1067313,"amount":2000,"particular":"CONVEYANCE","transaction_date":"2018-08-02","counterparty":"","months":1},{"id":1067316,"amount":2000,"particular":"CONVEYANCE","transaction_date":"2018-08-02","counterparty":"","months":1},{"id":1067341,"amount":2000,"particular":"CONVEYANCE","transaction_date":"2018-08-02","counterparty":"","months":1},{"id":1067343,"amount":2000,"particular":"CONVEYANCE","transaction_date":"2018-08-02","counterparty":"","months":1}],"account_id":2922},{"amount":1000,"start_date":"2018-08-28","end_date":"2018-08-28","frequency":5,"counterparty":"srmc","particular":"SRMC AUG 18","details":[{"id":1067725,"amount":1000,"particular":"SRMC AUG 18","transaction_date":"2018-08-28","counterparty":"","months":1},{"id":1067726,"amount":1000,"particular":"SRMC AUG 18","transaction_date":"2018-08-28","counterparty":"","months":1},{"id":1067728,"amount":1000,"particular":"SRMC AUG 18","transaction_date":"2018-08-28","counterparty":"","months":1},{"id":1067729,"amount":1000,"particular":"SRMC AUG 18","transaction_date":"2018-08-28","counterparty":"","months":1},{"id":1067731,"amount":1000,"particular":"SRMC AUG 18","transaction_date":"2018-08-28","counterparty":"","months":1}],"account_id":2922},{"amount":5119,"start_date":"2018-08-09","end_date":"2018-08-09","frequency":4,"counterparty":"","particular":"JULY SALARY","details":[{"id":1067489,"amount":5119,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067491,"amount":5119,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067494,"amount":5119,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067495,"amount":5119,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1}],"account_id":2922},{"amount":11499,"start_date":"2018-08-07","end_date":"2018-08-07","frequency":4,"counterparty":"","particular":"SALARY JULY","details":[{"id":1067431,"amount":11499,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067435,"amount":11499,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067437,"amount":11499,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067440,"amount":11499,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1}],"account_id":2922},{"amount":12333,"start_date":"2018-08-10","end_date":"2018-08-10","frequency":4,"counterparty":"","particular":"JULY SALARY","details":[{"id":1067548,"amount":12333,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067559,"amount":12333,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067568,"amount":12333,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067572,"amount":12333,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1}],"account_id":2922},{"amount":6488,"start_date":"2018-08-07","end_date":"2018-08-07","frequency":3,"counterparty":"","particular":"SALARY JULY","details":[{"id":1067407,"amount":6488,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067415,"amount":6488,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067419,"amount":6488,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1}],"account_id":2922},{"amount":7415,"start_date":"2018-08-07","end_date":"2018-08-07","frequency":3,"counterparty":"","particular":"SALARY JULY","details":[{"id":1067409,"amount":7415,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067412,"amount":7415,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067416,"amount":7415,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1}],"account_id":2922},{"amount":8522,"start_date":"2018-08-09","end_date":"2018-08-09","frequency":3,"counterparty":"","particular":"JULY SALARY","details":[{"id":1067481,"amount":8522,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067482,"amount":8522,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067484,"amount":8522,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1}],"account_id":2922},{"amount":8883,"start_date":"2018-08-09","end_date":"2018-08-09","frequency":3,"counterparty":"","particular":"JULY SALARY","details":[{"id":1067475,"amount":8883,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067478,"amount":8883,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067523,"amount":8883,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1}],"account_id":2922},{"amount":8990,"start_date":"2018-08-09","end_date":"2018-08-09","frequency":3,"counterparty":"","particular":"JULY SALARY","details":[{"id":1067470,"amount":8990,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067474,"amount":8990,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067476,"amount":8990,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1}],"account_id":2922},{"amount":9243,"start_date":"2018-08-09","end_date":"2018-08-09","frequency":3,"counterparty":"","particular":"JULY SALARY","details":[{"id":1067485,"amount":9243,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067522,"amount":9243,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067527,"amount":9243,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1}],"account_id":2922},{"amount":9730,"start_date":"2018-08-09","end_date":"2018-08-09","frequency":3,"counterparty":"","particular":"JULY SALARY","details":[{"id":1067466,"amount":9730,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067471,"amount":9730,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1},{"id":1067472,"amount":9730,"particular":"JULY SALARY","transaction_date":"2018-08-09","counterparty":"","months":1}],"account_id":2922},{"amount":10563,"start_date":"2018-08-07","end_date":"2018-08-16","frequency":3,"counterparty":"","particular":"SALARY JULY","details":[{"id":1067427,"amount":10563,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067432,"amount":10563,"particular":"SALARY JULY","transaction_date":"2018-08-07","counterparty":"","months":1},{"id":1067638,"amount":10563,"particular":"SALARY JULY 18","transaction_date":"2018-08-16","counterparty":"","months":1}],"account_id":2922},{"amount":14972,"start_date":"2018-08-10","end_date":"2018-08-10","frequency":3,"counterparty":"","particular":"JULY SALARY","details":[{"id":1067567,"amount":14972,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067575,"amount":14972,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1},{"id":1067589,"amount":14972,"particular":"JULY SALARY","transaction_date":"2018-08-10","counterparty":"","months":1}],"account_id":2922},{"amount":97351,"start_date":"2018-08-16","end_date":"2018-08-16","frequency":3,"counterparty":"d reliancecapltdcfdiv","particular":"ACH D- RELIANCECAPLTDCFDIV-RLSRCHE000348","details":[{"id":1067644,"amount":97351,"particular":"ACH D- RELIANCECAPLTDCFDIV-RLSRCHE000348","transaction_date":"2018-08-16","counterparty":"","months":1},{"id":1067645,"amount":97351,"particular":"ACH D- RELIANCECAPLTDCFDIV-RLSRCHE000348","transaction_date":"2018-08-16","counterparty":"","months":1},{"id":1067646,"amount":97351,"particular":"ACH D- RELIANCECAPLTDCFDIV-RLSRCHE000348","transaction_date":"2018-08-16","counterparty":"","months":1}],"account_id":2922}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully fetched counterparty | 1 | 0 | 0 |
| patterns : Property has to be present in the response | 1 | 0 | 0 |
| start_date : Property has to be present in patterns object | 1 | 0 | 0 |
| end_date : Property has to be present in patterns object | 1 | 0 | 0 |
| amount : Property has to be present in patterns object | 1 | 0 | 0 |
| frequency : Property has to be present in patterns object | 1 | 0 | 0 |
| counterparty : Property has to be present in patterns object | 1 | 0 | 0 |
| particular : Property has to be present in patterns object | 1 | 0 | 0 |
| account_id : Property has to be present in patterns object | 1 | 0 | 0 |
| details : Property has to be present in patterns object | 1 | 0 | 0 |
| transaction_date : Property has to be present in details object | 1 | 0 | 0 |
| amount : Property has to be present in details object | 1 | 0 | 0 |
| counterparty : Property has to be present in details object | 1 | 0 | 0 |
| particular : Property has to be present in details object | 1 | 0 | 0 |
| id : Property has to be present in details object | 1 | 0 | 0 |
| months : Property has to be present in details object | 1 | 0 | 0 |
| Total | 16 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5198535c-2f71-411a-af5a-7bb715de7eac |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:16 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"counterparty":{"credit":[{"counterparty":"hocaps facility management private p ltd","amount":5546777,"number_of_transactions":7,"pct_of_total":55.0,"account_id":2922},{"counterparty":"hocaps facility management pvt ltd p","amount":1330000,"number_of_transactions":5,"pct_of_total":13.0,"account_id":2922},{"counterparty":"itcl lenders agencyclient account","amount":821717,"number_of_transactions":4,"pct_of_total":8.0,"account_id":2922},{"counterparty":"hocaps facility mana trans","amount":685000,"number_of_transactions":5,"pct_of_total":7.0,"account_id":2922},{"counterparty":"cnc hocaps facility management","amount":657800,"number_of_transactions":1,"pct_of_total":7.0,"account_id":2922},{"counterparty":"trans hocaps","amount":350000,"number_of_transactions":1,"pct_of_total":3.0,"account_id":2922},{"counterparty":"chennai rk sal","amount":182997,"number_of_transactions":1,"pct_of_total":2.0,"account_id":2922},{"counterparty":"d tatacapfsl","amount":158215,"number_of_transactions":1,"pct_of_total":2.0,"account_id":2922},{"counterparty":"johnson controls hitachi air conditioning india li","amount":49300,"number_of_transactions":1,"pct_of_total":0.0,"account_id":2922},{"counterparty":"handloan","amount":49000,"number_of_transactions":1,"pct_of_total":0.0,"account_id":2922},{"counterparty":"itcl lenders agency","amount":41904,"number_of_transactions":1,"pct_of_total":0.0,"account_id":2922},{"counterparty":"porur chen","amount":35000,"number_of_transactions":1,"pct_of_total":0.0,"account_id":2922},{"counterparty":"cards settl","amount":29014,"number_of_transactions":29,"pct_of_total":0.0,"account_id":2922},{"counterparty":"account does not exists karthikeyan","amount":20000,"number_of_transactions":1,"pct_of_total":0.0,"account_id":2922},{"counterparty":"account does not yashobanta rout","amount":12096,"number_of_transactions":1,"pct_of_total":0.0,"account_id":2922},{"counterparty":"account does not exists parasingh","amount":10463,"number_of_transactions":1,"pct_of_total":0.0,"account_id":2922},{"counterparty":"communicationslimited","amount":9261,"number_of_transactions":47,"pct_of_total":0.0,"account_id":2922},{"counterparty":"prema","amount":7381,"number_of_transactions":1,"pct_of_total":0.0,"account_id":2922},{"counterparty":"","amount":4516,"number_of_transactions":1,"pct_of_total":0.0,"account_id":2922},{"counterparty":"communications","amount":1398,"number_of_transactions":8,"pct_of_total":0.0,"account_id":2922}],"debit":[{"counterparty":"","amount":3781819,"number_of_transactions":233,"pct_of_total":38.0,"account_id":2922},{"counterparty":"axis","amount":1162500,"number_of_transactions":4,"pct_of_total":12.0,"account_id":2922},{"counterparty":"d ila","amount":692144,"number_of_transactions":2,"pct_of_total":7.0,"account_id":2922},{"counterparty":"billpay hdfcrm","amount":419420,"number_of_transactions":1,"pct_of_total":4.0,"account_id":2922},{"counterparty":"trans vrs","amount":403458,"number_of_transactions":7,"pct_of_total":4.0,"account_id":2922},{"counterparty":"d reliancecapltdcfdiv","amount":292053,"number_of_transactions":3,"pct_of_total":3.0,"account_id":2922},{"counterparty":"trns vrs","amount":284813,"number_of_transactions":4,"pct_of_total":3.0,"account_id":2922},{"counterparty":"hocapsfacilitymanagementpltd","amount":200000,"number_of_transactions":1,"pct_of_total":2.0,"account_id":2922},{"counterparty":"d neogrowth pvt","amount":195868,"number_of_transactions":2,"pct_of_total":2.0,"account_id":2922},{"counterparty":"d deutsche bank","amount":179263,"number_of_transactions":1,"pct_of_total":2.0,"account_id":2922},{"counterparty":"d united petro finance","amount":168056,"number_of_transactions":1,"pct_of_total":2.0,"account_id":2922},{"counterparty":"deutsche","amount":167000,"number_of_transactions":4,"pct_of_total":2.0,"account_id":2922},{"counterparty":"d tatacapfsl","amount":158215,"number_of_transactions":1,"pct_of_total":2.0,"account_id":2922},{"counterparty":"capital first","amount":149145,"number_of_transactions":1,"pct_of_total":2.0,"account_id":2922},{"counterparty":"d retailassetdeptofrbl","amount":127413,"number_of_transactions":1,"pct_of_total":1.0,"account_id":2922},{"counterparty":"d indusindbusinessloan","amount":121265,"number_of_transactions":1,"pct_of_total":1.0,"account_id":2922},{"counterparty":"d adity birla finance","amount":111491,"number_of_transactions":1,"pct_of_total":1.0,"account_id":2922},{"counterparty":"d zenlefin","amount":100817,"number_of_transactions":1,"pct_of_total":1.0,"account_id":2922},{"counterparty":"agam pymt","amount":100000,"number_of_transactions":1,"pct_of_total":1.0,"account_id":2922},{"counterparty":"conveyance","amount":93329,"number_of_transactions":38,"pct_of_total":1.0,"account_id":2922}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully fetched counterparty | 1 | 0 | 0 |
| counterparty : Property has to be present in the response | 1 | 0 | 0 |
| credit : Property has to be present in counterparty object | 1 | 0 | 0 |
| counterparty : Property has to be present in credit object | 1 | 0 | 0 |
| amount : Property has to be present in credit object | 1 | 0 | 0 |
| number_of_transactions : Property has to be present in credit object | 1 | 0 | 0 |
| pct_of_total : Property has to be present in credit object | 1 | 0 | 0 |
| account_id : Property has to be present in credit object | 1 | 0 | 0 |
| debit : Property has to be present in counterparty object | 1 | 0 | 0 |
| counterparty : Property has to be present in debit object | 1 | 0 | 0 |
| amount : Property has to be present in debit object | 1 | 0 | 0 |
| number_of_transactions : Property has to be present in debit object | 1 | 0 | 0 |
| pct_of_total : Property has to be present in debit object | 1 | 0 | 0 |
| account_id : Property has to be present in debit object | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2bf3347c-bab6-4846-9a0b-7e99c23559ed |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:17 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"chequereturn":{"outwards":[],"inwards":[]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully fetched counterparty | 1 | 0 | 0 |
| chequereturn : Property has to be present in the response | 1 | 0 | 0 |
| outwards : Property has to be present in chequereturn object | 1 | 0 | 0 |
| inwards : Property has to be present in chequereturn object | 1 | 0 | 0 |
| Total | 4 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 967d7239-2183-4e38-992a-92e9dccd48a1 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:17 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"transactions":{"credit":[{"id":1067461,"file_id":5089,"account_no":"","date":"2018-08-09","amount":2000000,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018080900688369","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","balance":2055187,"modified_tags":"","gap":0,"computed_balance":2055187,"account_id":2922,"average":41576,"amount_per_average":48.0,"median":9063,"amount_per_median":221.0},{"id":1067387,"file_id":5089,"account_no":"","date":"2018-08-07","amount":700000,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018080700622080","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","balance":769189,"modified_tags":"","gap":0,"computed_balance":769190,"account_id":2922,"average":41576,"amount_per_average":17.0,"median":9063,"amount_per_median":77.0},{"id":1067705,"file_id":5089,"account_no":"","date":"2018-08-27","amount":700000,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018082700688935","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","balance":740784,"modified_tags":"","gap":0,"computed_balance":740784,"account_id":2922,"average":41576,"amount_per_average":17.0,"median":9063,"amount_per_median":77.0},{"id":1067284,"file_id":5089,"account_no":"","date":"2018-08-01","amount":675000,"particular":"RTGS CR-DEUT0784PBC-HOCAPS FACILITY MANAGEMENT PVT LTD-HOCAPS FACILITY MANAGEMENT P LTD-DEUTR52018080198850790","counterparty":"hocaps facility management pvt ltd p","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","balance":716792,"modified_tags":"","gap":0,"computed_balance":716792,"account_id":2922,"average":41576,"amount_per_average":16.0,"median":9063,"amount_per_median":74.0},{"id":1067299,"file_id":5089,"account_no":"","date":"2018-08-02","amount":675000,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018080200628925","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","balance":793287,"modified_tags":"","gap":0,"computed_balance":793287,"account_id":2922,"average":41576,"amount_per_average":16.0,"median":9063,"amount_per_median":74.0},{"id":1067676,"file_id":5089,"account_no":"","date":"2018-08-22","amount":657800,"particular":"60153812-CNC-HOCAPS FACILITY MANAGEMENT","counterparty":"cnc hocaps facility management","verified_counterparty":"","transaction_type":"CR","tags":"","balance":661352,"modified_tags":"","gap":0,"computed_balance":661352,"account_id":2922,"average":41576,"amount_per_average":16.0,"median":9063,"amount_per_median":73.0},{"id":1067362,"file_id":5089,"account_no":"","date":"2018-08-04","amount":525000,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018080400626096","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","balance":649827,"modified_tags":"","gap":0,"computed_balance":649827,"account_id":2922,"average":41576,"amount_per_average":13.0,"median":9063,"amount_per_median":58.0},{"id":1067652,"file_id":5089,"account_no":"","date":"2018-08-17","amount":525000,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018081700623043","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","balance":539734,"modified_tags":"","gap":0,"computed_balance":539734,"account_id":2922,"average":41576,"amount_per_average":13.0,"median":9063,"amount_per_median":58.0},{"id":1067363,"file_id":5089,"account_no":"","date":"2018-08-04","amount":450000,"particular":"RTGS CR-DEUT0784PBC-HOCAPS FACILITY MANAGEMENT PVT LTD-HOCAPS FACILITY MANAGEMENT P LTD-DEUTR52018080498852376","counterparty":"hocaps facility management pvt ltd p","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","balance":1099827,"modified_tags":"","gap":0,"computed_balance":1099827,"account_id":2922,"average":41576,"amount_per_average":11.0,"median":9063,"amount_per_median":50.0},{"id":1067620,"file_id":5089,"account_no":"","date":"2018-08-14","amount":421777,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018081400633234","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","balance":424910,"modified_tags":"","gap":0,"computed_balance":424911,"account_id":2922,"average":41576,"amount_per_average":10.0,"median":9063,"amount_per_median":47.0},{"id":1067742,"file_id":5089,"account_no":"","date":"2018-08-29","amount":418065,"particular":"NEFT CR-RATN0000999-ITCL LENDERS AGENCYCLIENT ACCOUNT-HOCAPS FACILITY MANAGEMENT PRIVATE-000048309288","counterparty":"itcl lenders agencyclient account","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","balance":632955,"modified_tags":"","gap":0,"computed_balance":632955,"account_id":2922,"average":41576,"amount_per_average":10.0,"median":9063,"amount_per_median":46.0},{"id":1067716,"file_id":5089,"account_no":"","date":"2018-08-27","amount":350000,"particular":"50100070747113-TPT-TRANS TO HOCAPS","counterparty":"trans hocaps","verified_counterparty":"","transaction_type":"CR","tags":"THIRD PARTY TRANSFER","balance":351587,"modified_tags":"","gap":0,"computed_balance":351587,"account_id":2922,"average":41576,"amount_per_average":8.0,"median":9063,"amount_per_median":39.0},{"id":1067743,"file_id":5089,"account_no":"","date":"2018-08-29","amount":209652,"particular":"NEFT CR-RATN0000999-ITCL LENDERS AGENCYCLIENT ACCOUNT-HOCAPS FACILITY MANAGEMENT PRIVATE-000048309289","counterparty":"itcl lenders agencyclient account","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","balance":842607,"modified_tags":"","gap":0,"computed_balance":842607,"account_id":2922,"average":41576,"amount_per_average":5.0,"median":9063,"amount_per_median":23.0},{"id":1067632,"file_id":5089,"account_no":"","date":"2018-08-16","amount":200000,"particular":"IMPS-822816098127-HOCAPS FACILITY MANA-HDFC-XXXXXXXXXXX0236-TRANS TO HDFC","counterparty":"hocaps facility mana trans","verified_counterparty":"","transaction_type":"CR","tags":"IMPS","balance":502196,"modified_tags":"","gap":0,"computed_balance":502197,"account_id":2922,"average":41576,"amount_per_average":5.0,"median":9063,"amount_per_median":22.0},{"id":1067695,"file_id":5089,"account_no":"","date":"2018-08-24","amount":200000,"particular":"IMPS-823613041624-HOCAPS FACILITY MANA-HDFC-XXXXXXXXXXX9675-TRANS TO HDFC","counterparty":"hocaps facility mana trans","verified_counterparty":"","transaction_type":"CR","tags":"IMPS","balance":250299,"modified_tags":"","gap":0,"computed_balance":250300,"account_id":2922,"average":41576,"amount_per_average":5.0,"median":9063,"amount_per_median":22.0},{"id":1067760,"file_id":5089,"account_no":"","date":"2018-08-31","amount":182997,"particular":"CHQ DEP - TRANSFER OW 1- CHENNAI RK SAL","counterparty":"chennai rk sal","verified_counterparty":"","transaction_type":"CR","tags":"CHEQUE","balance":211448,"modified_tags":"","gap":0,"computed_balance":211448,"account_id":2922,"average":41576,"amount_per_average":4.0,"median":9063,"amount_per_median":20.0},{"id":1067350,"file_id":5089,"account_no":"","date":"2018-08-02","amount":162184,"particular":"NEFT CR-RATN0000999-ITCL LENDERS AGENCYCLIENT ACCOUNT-HOCAPS FACILITY MANAGEMENT PRIVATE-000045669845","counterparty":"itcl lenders agencyclient account","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","balance":511924,"modified_tags":"","gap":0,"computed_balance":511924,"account_id":2922,"average":41576,"amount_per_average":4.0,"median":9063,"amount_per_median":18.0},{"id":1067460,"file_id":5089,"account_no":"","date":"2018-08-09","amount":158215,"particular":"ACH D- TP ACH TATACAPFSL-118255674","counterparty":"d tatacapfsl","verified_counterparty":"","transaction_type":"CR","tags":"NACH","balance":55187,"modified_tags":"","gap":0,"computed_balance":55187,"account_id":2922,"average":41576,"amount_per_average":4.0,"median":9063,"amount_per_median":17.0},{"id":1067662,"file_id":5089,"account_no":"","date":"2018-08-19","amount":120000,"particular":"IMPS-823111759584-HOCAPS FACILITY MANA-HDFC-XXXXXXXXXXX9675-TRANS TO HDFC","counterparty":"hocaps facility mana trans","verified_counterparty":"","transaction_type":"CR","tags":"IMPS","balance":128795,"modified_tags":"","gap":0,"computed_balance":128796,"account_id":2922,"average":41576,"amount_per_average":3.0,"median":9063,"amount_per_median":13.0},{"id":1067381,"file_id":5089,"account_no":"","date":"2018-08-06","amount":115000,"particular":"IMPS-821821406290-HOCAPS FACILITY MANA-HDFC-XXXXXXXXXXX0236-TRANS TO HDFC","counterparty":"hocaps facility mana trans","verified_counterparty":"","transaction_type":"CR","tags":"IMPS","balance":181280,"modified_tags":"","gap":0,"computed_balance":181280,"account_id":2922,"average":41576,"amount_per_average":3.0,"median":9063,"amount_per_median":13.0}],"debit":[{"id":1067708,"file_id":5089,"account_no":"","date":"2018-08-27","amount":576784,"particular":"ACH D- TP ACH ILA-120575303","counterparty":"d ila","verified_counterparty":"","transaction_type":"DB","tags":"NACH","balance":43640,"modified_tags":"","gap":0,"computed_balance":43640,"account_id":2922,"average":41576,"amount_per_average":14.0,"median":9063,"amount_per_median":64.0},{"id":1067681,"file_id":5089,"account_no":"","date":"2018-08-23","amount":500000,"particular":"808232563775TRANS TO AXIS CC","counterparty":"axis","verified_counterparty":"","transaction_type":"DB","tags":"","balance":74614,"modified_tags":"","gap":0,"computed_balance":74615,"account_id":2922,"average":41576,"amount_per_average":12.0,"median":9063,"amount_per_median":55.0},{"id":1067752,"file_id":5089,"account_no":"","date":"2018-08-30","amount":475000,"particular":"808308799890TRANS TO AXIS","counterparty":"axis","verified_counterparty":"","transaction_type":"DB","tags":"","balance":6686,"modified_tags":"","gap":0,"computed_balance":6686,"account_id":2922,"average":41576,"amount_per_average":11.0,"median":9063,"amount_per_median":52.0},{"id":1067653,"file_id":5089,"account_no":"","date":"2018-08-17","amount":419420,"particular":"IB BILLPAY DR-HDFCRM-555153XXXXXX4144","counterparty":"billpay hdfcrm","verified_counterparty":"","transaction_type":"DB","tags":"","balance":120314,"modified_tags":"","gap":0,"computed_balance":120314,"account_id":2922,"average":41576,"amount_per_average":10.0,"median":9063,"amount_per_median":46.0},{"id":1067696,"file_id":5089,"account_no":"","date":"2018-08-24","amount":200000,"particular":"RTGS DR-DEUT0784PBC-HOCAPSFACILITYMANAGEMENTPLTD-NETBANK, MUM-HDFCR52018082491354079","counterparty":"hocapsfacilitymanagementpltd","verified_counterparty":"","transaction_type":"DB","tags":"RTGS","balance":50299,"modified_tags":"","gap":0,"computed_balance":50300,"account_id":2922,"average":41576,"amount_per_average":5.0,"median":9063,"amount_per_median":22.0},{"id":1067346,"file_id":5089,"account_no":"","date":"2018-08-02","amount":194389,"particular":"579022345/EPFO","counterparty":"","verified_counterparty":"","transaction_type":"DB","tags":"","balance":329234,"modified_tags":"","gap":0,"computed_balance":329234,"account_id":2922,"average":41576,"amount_per_average":5.0,"median":9063,"amount_per_median":21.0},{"id":1067376,"file_id":5089,"account_no":"","date":"2018-08-06","amount":179263,"particular":"ACH D- DEUTSCHE BANK-350029077210019","counterparty":"d deutsche bank","verified_counterparty":"","transaction_type":"DB","tags":"NACH","balance":215231,"modified_tags":"","gap":0,"computed_balance":215232,"account_id":2922,"average":41576,"amount_per_average":4.0,"median":9063,"amount_per_median":20.0},{"id":1067748,"file_id":5089,"account_no":"","date":"2018-08-30","amount":168056,"particular":"ACH D- UNITED PETRO FINANCE-100410100141","counterparty":"d united petro finance","verified_counterparty":"","transaction_type":"DB","tags":"NACH","balance":510777,"modified_tags":"","gap":0,"computed_balance":510777,"account_id":2922,"average":41576,"amount_per_average":4.0,"median":9063,"amount_per_median":19.0},{"id":1067357,"file_id":5089,"account_no":"","date":"2018-08-03","amount":164234,"particular":"579542947/EPFO","counterparty":"","verified_counterparty":"","transaction_type":"DB","tags":"","balance":210802,"modified_tags":"","gap":0,"computed_balance":210802,"account_id":2922,"average":41576,"amount_per_average":4.0,"median":9063,"amount_per_median":18.0},{"id":1067717,"file_id":5089,"account_no":"","date":"2018-08-28","amount":160000,"particular":"808275653094TRANS TO AXIS CC","counterparty":"axis","verified_counterparty":"","transaction_type":"DB","tags":"","balance":191587,"modified_tags":"","gap":0,"computed_balance":191587,"account_id":2922,"average":41576,"amount_per_average":4.0,"median":9063,"amount_per_median":18.0},{"id":1067459,"file_id":5089,"account_no":"","date":"2018-08-09","amount":158215,"particular":"ACH D- TP ACH TATACAPFSL-118255674","counterparty":"d tatacapfsl","verified_counterparty":"","transaction_type":"DB","tags":"NACH","balance":-103027,"modified_tags":"","gap":0,"computed_balance":-103028,"account_id":2922,"average":41576,"amount_per_average":4.0,"median":9063,"amount_per_median":17.0},{"id":1067605,"file_id":5089,"account_no":"","date":"2018-08-10","amount":157109,"particular":"50200021371463-TPT-TRANS TO VRS","counterparty":"trans vrs","verified_counterparty":"","transaction_type":"DB","tags":"THIRD PARTY TRANSFER","balance":116921,"modified_tags":"","gap":0,"computed_balance":116921,"account_id":2922,"average":41576,"amount_per_average":4.0,"median":9063,"amount_per_median":17.0},{"id":1067380,"file_id":5089,"account_no":"","date":"2018-08-06","amount":149145,"particular":"CAPITAL FIRST 142344199-5157","counterparty":"capital first","verified_counterparty":"","transaction_type":"DB","tags":"","balance":66280,"modified_tags":"","gap":0,"computed_balance":66280,"account_id":2922,"average":41576,"amount_per_average":4.0,"median":9063,"amount_per_median":16.0},{"id":1067371,"file_id":5089,"account_no":"","date":"2018-08-06","amount":127413,"particular":"ACH D- RETAILASSETDEPTOFRBL-00630404","counterparty":"d retailassetdeptofrbl","verified_counterparty":"","transaction_type":"DB","tags":"NACH","balance":689415,"modified_tags":"","gap":0,"computed_balance":689416,"account_id":2922,"average":41576,"amount_per_average":3.0,"median":9063,"amount_per_median":14.0},{"id":1067364,"file_id":5089,"account_no":"","date":"2018-08-04","amount":121265,"particular":"ACH D-INDUSINDBUSINESSLOAN-040820180110","counterparty":"d indusindbusinessloan","verified_counterparty":"","transaction_type":"DB","tags":"EMI, NACH, DEBT SERVICING","balance":978562,"modified_tags":"","gap":0,"computed_balance":978562,"account_id":2922,"average":41576,"amount_per_average":3.0,"median":9063,"amount_per_median":13.0},{"id":1067617,"file_id":5089,"account_no":"","date":"2018-08-14","amount":117000,"particular":"808135826111TRANS TO DEUTSCHE","counterparty":"deutsche","verified_counterparty":"","transaction_type":"DB","tags":"","balance":2110,"modified_tags":"","gap":0,"computed_balance":2111,"account_id":2922,"average":41576,"amount_per_average":3.0,"median":9063,"amount_per_median":13.0},{"id":1067707,"file_id":5089,"account_no":"","date":"2018-08-27","amount":115360,"particular":"ACH D- TP ACH ILA-120575302","counterparty":"d ila","verified_counterparty":"","transaction_type":"DB","tags":"NACH","balance":620424,"modified_tags":"","gap":0,"computed_balance":620424,"account_id":2922,"average":41576,"amount_per_average":3.0,"median":9063,"amount_per_median":13.0},{"id":1067289,"file_id":5089,"account_no":"","date":"2018-08-01","amount":112347,"particular":"TRNS TO VRS","counterparty":"trns vrs","verified_counterparty":"","transaction_type":"DB","tags":"","balance":366012,"modified_tags":"","gap":0,"computed_balance":366012,"account_id":2922,"average":41576,"amount_per_average":3.0,"median":9063,"amount_per_median":12.0},{"id":1067374,"file_id":5089,"account_no":"","date":"2018-08-06","amount":111491,"particular":"ACH D- ADITY BIRLA FINANCE-ABFLCHNBIL000","counterparty":"d adity birla finance","verified_counterparty":"","transaction_type":"DB","tags":"NACH","balance":492428,"modified_tags":"","gap":0,"computed_balance":492429,"account_id":2922,"average":41576,"amount_per_average":3.0,"median":9063,"amount_per_median":12.0},{"id":1067745,"file_id":5089,"account_no":"","date":"2018-08-30","amount":110974,"particular":"50200021371463-TPT-TRANS TO VRS","counterparty":"trans vrs","verified_counterparty":"","transaction_type":"DB","tags":"THIRD PARTY TRANSFER","balance":732833,"modified_tags":"","gap":0,"computed_balance":732833,"account_id":2922,"average":41576,"amount_per_average":3.0,"median":9063,"amount_per_median":12.0}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully fetched counterparty | 1 | 0 | 0 |
| transactions : Property has to be present in the response | 1 | 0 | 0 |
| credit : Property has to be present in transactions object | 1 | 0 | 0 |
| id : Property has to be present in credit object | 1 | 0 | 0 |
| file_id : Property has to be present in credit object | 1 | 0 | 0 |
| account_no : Property has to be present in credit object | 1 | 0 | 0 |
| date : Property has to be present in credit object | 1 | 0 | 0 |
| amount : Property has to be present in credit object | 1 | 0 | 0 |
| particular : Property has to be present in credit object | 1 | 0 | 0 |
| counterparty : Property has to be present in credit object | 1 | 0 | 0 |
| verified_counterparty : Property has to be present in credit object | 1 | 0 | 0 |
| transaction_type : Property has to be present in credit object | 1 | 0 | 0 |
| tags : Property has to be present in credit object | 1 | 0 | 0 |
| balance : Property has to be present in credit object | 1 | 0 | 0 |
| modified_tags : Property has to be present in credit object | 1 | 0 | 0 |
| gap : Property has to be present in credit object | 1 | 0 | 0 |
| computed_balance : Property has to be present in credit object | 1 | 0 | 0 |
| account_id : Property has to be present in credit object | 1 | 0 | 0 |
| average : Property has to be present in credit object | 1 | 0 | 0 |
| amount_per_average : Property has to be present in credit object | 1 | 0 | 0 |
| median : Property has to be present in credit object | 1 | 0 | 0 |
| amount_per_median : Property has to be present in credit object | 1 | 0 | 0 |
| debit : Property has to be present in transactions object | 1 | 0 | 0 |
| id : Property has to be present in debit object | 1 | 0 | 0 |
| file_id : Property has to be present in debit object | 1 | 0 | 0 |
| account_no : Property has to be present in debit object | 1 | 0 | 0 |
| date : Property has to be present in debit object | 1 | 0 | 0 |
| amount : Property has to be present in debit object | 1 | 0 | 0 |
| particular : Property has to be present in debit object | 1 | 0 | 0 |
| counterparty : Property has to be present in debit object | 1 | 0 | 0 |
| verified_counterparty : Property has to be present in debit object | 1 | 0 | 0 |
| transaction_type : Property has to be present in debit object | 1 | 0 | 0 |
| tags : Property has to be present in debit object | 1 | 0 | 0 |
| balance : Property has to be present in debit object | 1 | 0 | 0 |
| modified_tags : Property has to be present in debit object | 1 | 0 | 0 |
| gap : Property has to be present in debit object | 1 | 0 | 0 |
| computed_balance : Property has to be present in debit object | 1 | 0 | 0 |
| account_id : Property has to be present in debit object | 1 | 0 | 0 |
| average : Property has to be present in debit object | 1 | 0 | 0 |
| amount_per_average : Property has to be present in debit object | 1 | 0 | 0 |
| median : Property has to be present in debit object | 1 | 0 | 0 |
| amount_per_median : Property has to be present in debit object | 1 | 0 | 0 |
| Total | 42 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6e6d6acf-b556-4f38-a800-4e6a2615613b |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:18 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"trends":[{"duration":"Last 12 Months","average_daily_balance":262779,"total_inflow":10001839,"total_outflow":9830556,"total_biz_inflow":"10001839","total_biz_outflow":"9496118","trend":"","minBalancesIds":[{"id":1067459,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":158215,"particular":"ACH D- TP ACH TATACAPFSL-118255674","counterparty":"d tatacapfsl","verified_counterparty":"","transaction_type":"DB","tags":"NACH","debit":null,"credit":null,"balance":-103027,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000004695681161","computed_balance":-103028,"account_id":null,"accountReferenceNumber":null},{"id":1067667,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":5000,"particular":"TRNS TO VRS","counterparty":"trns vrs","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1532,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000808200616174","computed_balance":1533,"account_id":null,"accountReferenceNumber":null},{"id":1067715,"file_id":5089,"account_no":null,"date":"2018-08-27","amount":10000,"particular":"SAL ADV SEETU","counterparty":"sal adv seetu","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1587,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"N239180617174380","computed_balance":1587,"account_id":null,"accountReferenceNumber":null},{"id":1067668,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":69,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PRIVATE LIMITED-CITIN18905549482","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":1601,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18905549482","computed_balance":1602,"account_id":null,"accountReferenceNumber":null},{"id":1067669,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":42,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PVTLTD-CITIN18905562244","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":1643,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18905562244","computed_balance":1644,"account_id":null,"accountReferenceNumber":null}],"maxBalancesIds":[{"id":1067463,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":96,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PVTLTD-CITIN18901161671","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":2055406,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18901161671","computed_balance":2055406,"account_id":null,"accountReferenceNumber":null},{"id":1067462,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":122,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PRIVATE LIMITED-CITIN18901164537","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":2055309,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18901164537","computed_balance":2055309,"account_id":null,"accountReferenceNumber":null},{"id":1067461,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":2000000,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018080900688369","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","debit":null,"credit":null,"balance":2055187,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"UTIBR52018080900688369","computed_balance":2055187,"account_id":null,"accountReferenceNumber":null},{"id":1067464,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":105416,"particular":"TRNS TO VRS","counterparty":"trns vrs","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1949990,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000808093111102","computed_balance":1949990,"account_id":null,"accountReferenceNumber":null},{"id":1067465,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":10124,"particular":"JULY SALARY","counterparty":"","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1939866,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"N221180606341793","computed_balance":1939866,"account_id":null,"accountReferenceNumber":null}],"avg_biz_inflow":10001839,"avg_biz_outflow":9830556,"avg_biz_inflow_adb":38.06,"avg_biz_outflow_adb":37.41,"account_id":2922},{"duration":"Last 9 Months","average_daily_balance":262779,"total_inflow":10001839,"total_outflow":9830556,"total_biz_inflow":"10001839","total_biz_outflow":"9496118","trend":"STEADY (0.0%)","minBalancesIds":[{"id":1067459,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":158215,"particular":"ACH D- TP ACH TATACAPFSL-118255674","counterparty":"d tatacapfsl","verified_counterparty":"","transaction_type":"DB","tags":"NACH","debit":null,"credit":null,"balance":-103027,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000004695681161","computed_balance":-103028,"account_id":null,"accountReferenceNumber":null},{"id":1067667,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":5000,"particular":"TRNS TO VRS","counterparty":"trns vrs","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1532,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000808200616174","computed_balance":1533,"account_id":null,"accountReferenceNumber":null},{"id":1067715,"file_id":5089,"account_no":null,"date":"2018-08-27","amount":10000,"particular":"SAL ADV SEETU","counterparty":"sal adv seetu","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1587,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"N239180617174380","computed_balance":1587,"account_id":null,"accountReferenceNumber":null},{"id":1067668,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":69,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PRIVATE LIMITED-CITIN18905549482","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":1601,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18905549482","computed_balance":1602,"account_id":null,"accountReferenceNumber":null},{"id":1067669,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":42,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PVTLTD-CITIN18905562244","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":1643,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18905562244","computed_balance":1644,"account_id":null,"accountReferenceNumber":null}],"maxBalancesIds":[{"id":1067463,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":96,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PVTLTD-CITIN18901161671","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":2055406,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18901161671","computed_balance":2055406,"account_id":null,"accountReferenceNumber":null},{"id":1067462,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":122,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PRIVATE LIMITED-CITIN18901164537","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":2055309,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18901164537","computed_balance":2055309,"account_id":null,"accountReferenceNumber":null},{"id":1067461,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":2000000,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018080900688369","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","debit":null,"credit":null,"balance":2055187,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"UTIBR52018080900688369","computed_balance":2055187,"account_id":null,"accountReferenceNumber":null},{"id":1067464,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":105416,"particular":"TRNS TO VRS","counterparty":"trns vrs","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1949990,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000808093111102","computed_balance":1949990,"account_id":null,"accountReferenceNumber":null},{"id":1067465,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":10124,"particular":"JULY SALARY","counterparty":"","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1939866,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"N221180606341793","computed_balance":1939866,"account_id":null,"accountReferenceNumber":null}],"avg_biz_inflow":10001839,"avg_biz_outflow":9830556,"avg_biz_inflow_adb":38.06,"avg_biz_outflow_adb":37.41,"account_id":2922},{"duration":"Last 6 Months","average_daily_balance":262779,"total_inflow":10001839,"total_outflow":9830556,"total_biz_inflow":"10001839","total_biz_outflow":"9496118","trend":"STEADY (0.0%)","minBalancesIds":[{"id":1067459,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":158215,"particular":"ACH D- TP ACH TATACAPFSL-118255674","counterparty":"d tatacapfsl","verified_counterparty":"","transaction_type":"DB","tags":"NACH","debit":null,"credit":null,"balance":-103027,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000004695681161","computed_balance":-103028,"account_id":null,"accountReferenceNumber":null},{"id":1067667,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":5000,"particular":"TRNS TO VRS","counterparty":"trns vrs","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1532,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000808200616174","computed_balance":1533,"account_id":null,"accountReferenceNumber":null},{"id":1067715,"file_id":5089,"account_no":null,"date":"2018-08-27","amount":10000,"particular":"SAL ADV SEETU","counterparty":"sal adv seetu","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1587,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"N239180617174380","computed_balance":1587,"account_id":null,"accountReferenceNumber":null},{"id":1067668,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":69,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PRIVATE LIMITED-CITIN18905549482","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":1601,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18905549482","computed_balance":1602,"account_id":null,"accountReferenceNumber":null},{"id":1067669,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":42,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PVTLTD-CITIN18905562244","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":1643,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18905562244","computed_balance":1644,"account_id":null,"accountReferenceNumber":null}],"maxBalancesIds":[{"id":1067463,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":96,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PVTLTD-CITIN18901161671","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":2055406,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18901161671","computed_balance":2055406,"account_id":null,"accountReferenceNumber":null},{"id":1067462,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":122,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PRIVATE LIMITED-CITIN18901164537","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":2055309,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18901164537","computed_balance":2055309,"account_id":null,"accountReferenceNumber":null},{"id":1067461,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":2000000,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018080900688369","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","debit":null,"credit":null,"balance":2055187,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"UTIBR52018080900688369","computed_balance":2055187,"account_id":null,"accountReferenceNumber":null},{"id":1067464,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":105416,"particular":"TRNS TO VRS","counterparty":"trns vrs","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1949990,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000808093111102","computed_balance":1949990,"account_id":null,"accountReferenceNumber":null},{"id":1067465,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":10124,"particular":"JULY SALARY","counterparty":"","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1939866,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"N221180606341793","computed_balance":1939866,"account_id":null,"accountReferenceNumber":null}],"avg_biz_inflow":10001839,"avg_biz_outflow":9830556,"avg_biz_inflow_adb":38.06,"avg_biz_outflow_adb":37.41,"account_id":2922},{"duration":"Last 3 Months","average_daily_balance":262779,"total_inflow":10001839,"total_outflow":9830556,"total_biz_inflow":"10001839","total_biz_outflow":"9496118","trend":"STEADY (0.0%)","minBalancesIds":[{"id":1067459,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":158215,"particular":"ACH D- TP ACH TATACAPFSL-118255674","counterparty":"d tatacapfsl","verified_counterparty":"","transaction_type":"DB","tags":"NACH","debit":null,"credit":null,"balance":-103027,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000004695681161","computed_balance":-103028,"account_id":null,"accountReferenceNumber":null},{"id":1067667,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":5000,"particular":"TRNS TO VRS","counterparty":"trns vrs","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1532,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000808200616174","computed_balance":1533,"account_id":null,"accountReferenceNumber":null},{"id":1067715,"file_id":5089,"account_no":null,"date":"2018-08-27","amount":10000,"particular":"SAL ADV SEETU","counterparty":"sal adv seetu","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1587,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"N239180617174380","computed_balance":1587,"account_id":null,"accountReferenceNumber":null},{"id":1067668,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":69,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PRIVATE LIMITED-CITIN18905549482","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":1601,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18905549482","computed_balance":1602,"account_id":null,"accountReferenceNumber":null},{"id":1067669,"file_id":5089,"account_no":null,"date":"2018-08-20","amount":42,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PVTLTD-CITIN18905562244","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":1643,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18905562244","computed_balance":1644,"account_id":null,"accountReferenceNumber":null}],"maxBalancesIds":[{"id":1067463,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":96,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PVTLTD-CITIN18901161671","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":2055406,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18901161671","computed_balance":2055406,"account_id":null,"accountReferenceNumber":null},{"id":1067462,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":122,"particular":"NEFT CR-CITI0000002-ONE97 COMMUNICATIONSLIMITED-HOCAPS FACILITY MANAGEMENT PRIVATE LIMITED-CITIN18901164537","counterparty":"communicationslimited","verified_counterparty":"","transaction_type":"CR","tags":"NEFT","debit":null,"credit":null,"balance":2055309,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"CITIN18901164537","computed_balance":2055309,"account_id":null,"accountReferenceNumber":null},{"id":1067461,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":2000000,"particular":"RTGS CR-UTIB0000074-HOCAPS FACILITY MANAGEMENT PRIVATE-HOCAPS FACILITY MANAGEMENT P LTD-UTIBR52018080900688369","counterparty":"hocaps facility management private p ltd","verified_counterparty":"","transaction_type":"CR","tags":"RTGS","debit":null,"credit":null,"balance":2055187,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"UTIBR52018080900688369","computed_balance":2055187,"account_id":null,"accountReferenceNumber":null},{"id":1067464,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":105416,"particular":"TRNS TO VRS","counterparty":"trns vrs","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1949990,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"0000808093111102","computed_balance":1949990,"account_id":null,"accountReferenceNumber":null},{"id":1067465,"file_id":5089,"account_no":null,"date":"2018-08-09","amount":10124,"particular":"JULY SALARY","counterparty":"","verified_counterparty":"","transaction_type":"DB","tags":"","debit":null,"credit":null,"balance":1939866,"system_generated_tags":null,"modified_tags":"","gap":null,"cheque_number":"N221180606341793","computed_balance":1939866,"account_id":null,"accountReferenceNumber":null}],"avg_biz_inflow":10001839,"avg_biz_outflow":9830556,"avg_biz_inflow_adb":38.06,"avg_biz_outflow_adb":37.41,"account_id":2922}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully fetched trends | 1 | 0 | 0 |
| trends : Property has to be present in the response | 1 | 0 | 0 |
| duration : Property has to be present in trends object | 1 | 0 | 0 |
| average_daily_balance : Property has to be present in trends object | 1 | 0 | 0 |
| total_inflow : Property has to be present in trends object | 1 | 0 | 0 |
| total_outflow : Property has to be present in trends object | 1 | 0 | 0 |
| total_biz_inflow : Property has to be present in trends object | 1 | 0 | 0 |
| total_biz_outflow : Property has to be present in trends object | 1 | 0 | 0 |
| trend : Property has to be present in trends object | 1 | 0 | 0 |
| account_id : Property has to be present in trends object | 1 | 0 | 0 |
| minBalancesIds : Property has to be present in trends object | 1 | 0 | 0 |
| date : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| particular : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| counterparty : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| verified_counterparty : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| debit : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| credit : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| balance : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| system_generated_tags : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| modified_tags : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| cheque_number : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| computed_balance : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| id : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| account_no : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| amount : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| transaction_type : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| tags : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| gap : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| file_id : Property has to be present in minBalancesIds object | 1 | 0 | 0 |
| maxBalancesIds : Property has to be present in trends object | 1 | 0 | 0 |
| date : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| particular : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| counterparty : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| verified_counterparty : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| debit : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| credit : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| balance : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| system_generated_tags : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| modified_tags : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| cheque_number : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| computed_balance : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| id : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| account_no : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| amount : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| transaction_type : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| tags : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| gap : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| file_id : Property has to be present in maxBalancesIds object | 1 | 0 | 0 |
| Total | 48 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cc403a9a-fd49-4812-8f53-006d2032c041 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:19 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"charges":[{"date":"2018-08-02","particular":"NEFT RETURN-ACCOUNT DOES NOT EXISTS-KARTHIKEYAN-000000689404","type":"CR","amount":20000,"balance":349234,"tags":"NEFT, NEFT RETURN","honoured_date":"","account_id":2922},{"date":"2018-08-09","particular":"NEFT RETURN-ACCOUNT DOES NOT EXIST-YASHOBANTA ROUT-P18080907785421","type":"CR","amount":12096,"balance":1270670,"tags":"NEFT, NEFT RETURN","honoured_date":"","account_id":2922},{"date":"2018-08-14","particular":".ACH DEBIT RETURN CHARGES 090818090818-MIR1822449136946","type":"DB","amount":413,"balance":3134,"tags":"CHARGES, NACH, NACH RETURN, CRITICAL CHARGES","honoured_date":"","account_id":2922},{"date":"2018-08-16","particular":"NEFT RETURN-ACCOUNT DOES NOT EXISTS-PARASINGH-VIJBN18228243989","type":"CR","amount":10463,"balance":307468,"tags":"NEFT, NEFT RETURN","honoured_date":"","account_id":2922}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully fetched charges | 1 | 0 | 0 |
| charges : Property has to be present in the response | 1 | 0 | 0 |
| date: Property has to be present in charges object | 1 | 0 | 0 |
| particular: Property has to be present in charges object | 1 | 0 | 0 |
| type: Property has to be present in charges object | 1 | 0 | 0 |
| amount: Property has to be present in charges object | 1 | 0 | 0 |
| balance: Property has to be present in charges object | 1 | 0 | 0 |
| tags: Property has to be present in charges object | 1 | 0 | 0 |
| honoured_date: Property has to be present in charges object | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3bad14fc-2f36-4dfe-a106-b51537d0e324 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:19 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"tags":["EMI","CHARGES","INTRABANK FUND TRANSFER","POS","TELEPHONE PAYMENT","NACH","CHEQUE RETURN","CHEQUE","INTEREST PAYMENT","DEBT SERVICING","UPI RETURN","RTGS","SALARY","NACH RETURN","NEW LOAN","CRITICAL CHARGES","ELECTRICITY PAYMENT","TAX PAYMENT","THIRD PARTY TRANSFER","MINIMUM BALANCE CHARGE","RETURN","NEFT","PROMOTER FUNDS","FOREIGN EXCHANGE","INTERNATIONAL POS","NON BUSINESS INFLOW","SELF BANK FUND TRANSFER","CARD PAYMENT","CASH","UPI","RTGS RETURN","INSURANCE","NEFT RETURN","OWN FUND TRANSFER","IMPS","LOAN CLOSE","FIXED DEPOSIT","IMPS RETURN"]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully fetched tags | 1 | 0 | 0 |
| tags : Property has to be present in the response | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0be573e9-40d9-4bfa-a9c4-07cc2d4fa900 |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:20 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"message":"No Data"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully Fetched Alerts | 1 | 0 | 0 |
| message : Property has to be present in the response | 1 | 0 | 0 |
| The message includes {"message":"No Data"} | 1 | 0 | 0 |
| Total | 3 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c06b1048-8082-4e10-acbc-b70b367dcece |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:21 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"entirePeriod":[{"y":1.0,"x":1644.0},{"y":0.967741935483871,"x":3552.0},{"y":0.9354838709677419,"x":8796.0},{"y":0.9032258064516129,"x":13487.0},{"y":0.8709677419354839,"x":15415.0},{"y":0.8387096774193549,"x":44326.0},{"y":0.8064516129032258,"x":45453.0},{"y":0.7741935483870968,"x":45571.0},{"y":0.7419354838709677,"x":48946.0},{"y":0.7096774193548387,"x":52931.0},{"y":0.6774193548387096,"x":54403.0},{"y":0.6451612903225806,"x":106686.0},{"y":0.6129032258064516,"x":108796.0},{"y":0.5806451612903226,"x":116921.0},{"y":0.5483870967741935,"x":118287.0},{"y":0.5161290322580645,"x":118349.0},{"y":0.4838709677419355,"x":118712.0},{"y":0.45161290322580644,"x":119111.0},{"y":0.41935483870967744,"x":168885.0},{"y":0.3870967741935484,"x":181280.0},{"y":0.3548387096774194,"x":200802.0},{"y":0.3225806451612903,"x":211448.0},{"y":0.2903225806451613,"x":351587.0},{"y":0.25806451612903225,"x":425480.0},{"y":0.22580645161290322,"x":426438.0},{"y":0.1935483870967742,"x":511924.0},{"y":0.16129032258064516,"x":662380.0},{"y":0.12903225806451613,"x":842607.0},{"y":0.0967741935483871,"x":902316.0},{"y":0.03225806451612903,"x":1217292.0}],"selectedPeriod":[{"y":1.0,"x":1644.0},{"y":0.967741935483871,"x":3552.0},{"y":0.9354838709677419,"x":8796.0},{"y":0.9032258064516129,"x":13487.0},{"y":0.8709677419354839,"x":15415.0},{"y":0.8387096774193549,"x":44326.0},{"y":0.8064516129032258,"x":45453.0},{"y":0.7741935483870968,"x":45571.0},{"y":0.7419354838709677,"x":48946.0},{"y":0.7096774193548387,"x":52931.0},{"y":0.6774193548387096,"x":54403.0},{"y":0.6451612903225806,"x":106686.0},{"y":0.6129032258064516,"x":108796.0},{"y":0.5806451612903226,"x":116921.0},{"y":0.5483870967741935,"x":118287.0},{"y":0.5161290322580645,"x":118349.0},{"y":0.4838709677419355,"x":118712.0},{"y":0.45161290322580644,"x":119111.0},{"y":0.41935483870967744,"x":168885.0},{"y":0.3870967741935484,"x":181280.0},{"y":0.3548387096774194,"x":200802.0},{"y":0.3225806451612903,"x":211448.0},{"y":0.2903225806451613,"x":351587.0},{"y":0.25806451612903225,"x":425480.0},{"y":0.22580645161290322,"x":426438.0},{"y":0.1935483870967742,"x":511924.0},{"y":0.16129032258064516,"x":662380.0},{"y":0.12903225806451613,"x":842607.0},{"y":0.0967741935483871,"x":902316.0},{"y":0.03225806451612903,"x":1217292.0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200, Successfully fetched Cumulative Distribution Chart | 1 | 0 | 0 |
| entirePeriod : Property has to be present | 1 | 0 | 0 |
| x : Property has to be present in the entirePeriod object | 1 | 0 | 0 |
| y : Property has to be present in the entirePeriod object | 1 | 0 | 0 |
| selectedPeriod : Property has to be present | 1 | 0 | 0 |
| x : Property has to be present in the selectedPeriod object | 1 | 0 | 0 |
| y : Property has to be present in the selectedPeriod object | 1 | 0 | 0 |
| Total | 7 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ca83582b-2f99-423a-bdda-25956c3b243b |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 46 |
{
"accountReferenceNumbers":["PARN2922"]
}
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:22 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:22","status":500,"error":"Request method 'GET' not supported"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status Code is 500: Server Error, Code is breaking/Runtime exception not being handled with appropriate error message | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Status Code is 500: Server Error, Code is breaking/Runtime exception not being handled with appropriate error message | |
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f0f50ce7-5312-4bf3-aa27-71e939b9e02f |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:22 GMT |
| Content-Type | application/json |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Cache-Control | no-cache, no-store, max-age=0, must-revalidate |
| Pragma | no-cache |
| Expires | 0 |
| X-Frame-Options | DENY |
| Transfer-Encoding | chunked |
{"timestamp":"2020-11-02 02:38:22","error":"Account type is not OD/CC"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 400, Failed To Fetch Utilization | 1 | 0 | 0 |
| error : Property has to be present | 1 | 0 | 0 |
| The error message includes {"timestamp":"2020-11-02 02:38:22","error":"Account type is not OD/CC"} | 0 | 4 | 0 |
| Total | 2 | 4 | 0 |
| Test Name | Assertion Error |
|---|---|
| The error message includes {"timestamp":"2020-11-02 02:38:22","error":"Account type is not OD/CC"} | |
| Header Name | Header Value |
|---|---|
| Authorization | Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQGZpbmV6emEuaW4iLCJyb2xlcyI6WyJVU0VSIl0sImlhdCI6MTYwNDMwODA0MywiZXhwIjoxNjA0MzExNjQzfQ.9qResoPgjn0RR_ou3d6elfK8scVbn4piONNOfzWBvIg |
| User-Agent | PostmanRuntime/7.24.2 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6d4de90c-8435-449c-a597-f2fe77f237fd |
| Host | precisa.dev.finezza.in:8091 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| Date | Mon, 02 Nov 2020 09:08:24 GMT |
| Content-Type | application/octet-stream |
| Content-Disposition | attachment; filename=CAM_PARN2922.xlsx |
| Cache-Control | no-cache |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| X-Frame-Options | DENY |
| Content-Length | 86039 |
PK
IbQ���� � docProps/app.xmlM�M�0D�J��n��A�O�C���$�+��
~���aԭP�"��1$>��H>��0�N�8*�H�� r�[��}FL�8U0���w���s�ֈ��o19��bP�/���y�����I�PK
IbQf�� + docProps/core.xml͒�j�0�_e���I��&�e��
+l�fl�5�ck$}�9^�2�����O�@��B���1��x7���B�
;y� ��eJ��y�S���^�uD�9_�CRF��X���dk��
�7z����e�р:�)BUV��<џ���`��hb����`���DZ��K;T������-lI�ӯh�=n�u�k��y͋��z�עY���}v��wv���������_w!� PK
IbQ�\�# �'